home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 5-Fonts & Software / Applications / MacProject II / MacProject II Help / card_95198.txt < prev    next >
Text File  |  1989-09-27  |  4KB  |  219 lines

  1. -- card: 95198 from stack: in
  2. -- bmap block id: 90122
  3. -- flags: 0000
  4. -- background id: 68193
  5. -- name: User Dictionary DBOX
  6.  
  7.  
  8. -- part 4 (field)
  9. -- low flags: 01
  10. -- high flags: 2002
  11. -- rect: left=104 top=57 right=80 bottom=266
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 10
  17. -- style flags: 0
  18. -- line height: 13
  19. -- part name: How-to
  20.  
  21.  
  22. -- part 7 (button)
  23. -- low flags: 00
  24. -- high flags: 2000
  25. -- rect: left=127 top=105 right=125 bottom=344
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: name
  34. ----- HyperTalk script -----
  35. on mouseDown
  36.   show card field popupName
  37. end mouseDown
  38.  
  39. on mouseUp
  40.   hide card field popupName
  41. end mouseUp
  42.  
  43.  
  44.  
  45. -- part 8 (button)
  46. -- low flags: 00
  47. -- high flags: 2000
  48. -- rect: left=128 top=127 right=227 bottom=338
  49. -- title width / last selected line: 0
  50. -- icon id / first selected line: 0 / 0
  51. -- text alignment: 1
  52. -- font id: 0
  53. -- text size: 12
  54. -- style flags: 0
  55. -- line height: 16
  56. -- part name: list
  57. ----- HyperTalk script -----
  58. on mouseDown
  59.   show card field popupList
  60. end mouseDown
  61.  
  62. on mouseUp
  63.   hide card field popupList
  64. end mouseUp
  65.  
  66.  
  67.  
  68. -- part 9 (button)
  69. -- low flags: 00
  70. -- high flags: 2000
  71. -- rect: left=128 top=231 right=255 bottom=338
  72. -- title width / last selected line: 0
  73. -- icon id / first selected line: 0 / 0
  74. -- text alignment: 1
  75. -- font id: 0
  76. -- text size: 12
  77. -- style flags: 0
  78. -- line height: 16
  79. -- part name: entry
  80. ----- HyperTalk script -----
  81. on mouseDown
  82.   show card field popupEntry
  83. end mouseDown
  84.  
  85. on mouseUp
  86.   hide card field popupEntry
  87. end mouseUp
  88.  
  89.  
  90.  
  91. -- part 10 (button)
  92. -- low flags: 00
  93. -- high flags: 2000
  94. -- rect: left=348 top=146 right=256 bottom=438
  95. -- title width / last selected line: 0
  96. -- icon id / first selected line: 0 / 0
  97. -- text alignment: 1
  98. -- font id: 0
  99. -- text size: 12
  100. -- style flags: 0
  101. -- line height: 16
  102. -- part name: Buttons
  103. ----- HyperTalk script -----
  104. on mouseDown
  105.   show card field popupButtons
  106. end mouseDown
  107.  
  108. on mouseUp
  109.   hide card field popupButtons
  110. end mouseUp
  111.  
  112.  
  113.  
  114. -- part 11 (field)
  115. -- low flags: 81
  116. -- high flags: 2004
  117. -- rect: left=131 top=63 right=88 bottom=332
  118. -- title width / last selected line: 0
  119. -- icon id / first selected line: 0 / 0
  120. -- text alignment: 0
  121. -- font id: 3
  122. -- text size: 10
  123. -- style flags: 0
  124. -- line height: 13
  125. -- part name: popupName
  126. ----- HyperTalk script -----
  127. on mouseUp
  128.   hide card field "popupName"
  129. end mouseUp
  130.  
  131.  
  132. -- part 12 (field)
  133. -- low flags: 81
  134. -- high flags: 2004
  135. -- rect: left=342 top=126 right=175 bottom=448
  136. -- title width / last selected line: 0
  137. -- icon id / first selected line: 0 / 0
  138. -- text alignment: 0
  139. -- font id: 3
  140. -- text size: 10
  141. -- style flags: 0
  142. -- line height: 13
  143. -- part name: popupList
  144. ----- HyperTalk script -----
  145. on mouseUp
  146.   hide card field "popupList"
  147. end mouseUp
  148.  
  149.  
  150. -- part 13 (field)
  151. -- low flags: 81
  152. -- high flags: 2004
  153. -- rect: left=131 top=178 right=222 bottom=315
  154. -- title width / last selected line: 0
  155. -- icon id / first selected line: 0 / 0
  156. -- text alignment: 0
  157. -- font id: 3
  158. -- text size: 10
  159. -- style flags: 0
  160. -- line height: 13
  161. -- part name: popupEntry
  162. ----- HyperTalk script -----
  163. on mouseUp
  164.   hide card field "popupEntry"
  165. end mouseUp
  166.  
  167.  
  168. -- part 14 (field)
  169. -- low flags: 81
  170. -- high flags: 2004
  171. -- rect: left=112 top=144 right=264 bottom=346
  172. -- title width / last selected line: 0
  173. -- icon id / first selected line: 0 / 0
  174. -- text alignment: 0
  175. -- font id: 3
  176. -- text size: 10
  177. -- style flags: 0
  178. -- line height: 13
  179. -- part name: popupButtons
  180. ----- HyperTalk script -----
  181. on mouseUp
  182.   hide card field "popupButtons"
  183. end mouseUp
  184.  
  185.  
  186. -- part contents for card part 4
  187. ----- text -----
  188. Press any element for details.
  189.  
  190.  
  191. -- part contents for card part 11
  192. ----- text -----
  193. Name of the current user dictionary.
  194.  
  195. -- part contents for card part 12
  196. ----- text -----
  197. List of the current entries in this dictionary.
  198.  
  199. -- part contents for card part 13
  200. ----- text -----
  201. Enter the word you want to add to the dictionary.
  202.  
  203. -- part contents for card part 14
  204. ----- text -----
  205. Click Add to put the new entry you typed into the dictionary.
  206.  
  207. Click Remove to remove a selected entry.
  208.  
  209. Click OK to confirm your changes.
  210.  
  211. Click Cancel to cancel the changes.
  212.  
  213. -- part contents for background part 30
  214. ----- text -----
  215. The Spelling Submenu
  216.  
  217. -- part contents for background part 31
  218. ----- text -----
  219. Edit User Dictionary Dialog Box